Click Through Page


If an old browser sends a request and Welcome cannot determine the virtual host the request is for, it will send out a page that wil contain a simple link. If the user clicks on that link, Welcome can use the new information to send the client to the requested location.

This page is a built-in feature, but you can configure your own page. Create a simple HTML page (can contain SSI commands and the <SITES></SITES>tags) that will contain at least one link to "/go.welcome". To activate your custom page, you need to enter the relative path from the the server root directory to that file:

Example Setup:

    Server Root
    aVirtualFolder
    myFiles
    myClickThruPage

With this folder structure, you need to set the path to ":myFiles:myClickThruPage".

Example File:

<HTML><BODY>
Please click <A HREF="/go.welcome">here</A>.
</BODY></HTML>